home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Extras / Content / Images / Artbeats / WebStockDemo / XTRAS / WebStock.dxr / 00183_Bitmap-Flash segment loop.ls < prev    next >
Encoding:
Text File  |  1998-11-11  |  212 b   |  9 lines

  1. on exitFrame
  2.   global RepeatSpeed, nextRepeatTime
  3.   if RepeatSpeed and (the ticks >= nextRepeatTime) then
  4.     nxtleaf()
  5.     set nextRepeatTime to the ticks + ((8 - RepeatSpeed) * 15)
  6.   end if
  7.   go(the frame)
  8. end
  9.